projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e27351e
)
; lisp/emacs-lisp/bytecomp.el: Fix indentation.
author
Vibhav Pant
<vibhavp@gmail.com>
Sun, 12 Feb 2017 07:54:55 +0000
(13:24 +0530)
committer
Vibhav Pant
<vibhavp@gmail.com>
Sun, 12 Feb 2017 07:54:55 +0000
(13:24 +0530)
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index 748a8cd01f3d54550e8ee70807541cc433b70d97..14678e91ee3911e910b1b1b9e9bd7b56688a9346 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-4707,7
+4707,7
@@
binding slots have been popped."
(and byte-compile-depth
(not (= (cdr (cdr tag)) byte-compile-depth))
(error "Compiler bug: depth conflict at tag %d" (car (cdr tag))))
-
(setq byte-compile-depth (cdr (cdr tag))))
+ (setq byte-compile-depth (cdr (cdr tag))))
(setcdr (cdr tag) byte-compile-depth)))
(defun byte-compile-goto (opcode tag)